When a note sequence sends out a note, it will cut notes already playing on the target machine or MIDI device (unless the note-cut token is used to prevent it, see Note Sequence reference). The note cut mode controls which notes can be cut and is a combination of two separate values.
| Scope | Description |
| Event | Only cut notes generated by the Event. |
| Step | Cut notes generated by any Event belonging to the parent Step. |
| Sequence | Cut notes generated by any Event of the parent Sequence. |
| Page | Cut notes generated by any Event of parent Page |
| Machine | Cut notes generated by any Event belonging to this machine, including those on other Pages. |
| Global | Cut notes generated by any Event belonging to any machine. |
| Mode | Description |
| Common trigger | Only cut notes in the scope that were generated by the same triggering note. |
| All triggers | Cut all notes in the scope, regardless of triggering note. |